Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/vpn #74

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Feature/vpn #74

merged 2 commits into from
Feb 28, 2024

Conversation

jgilfoil
Copy link
Owner

No description provided.

Copy link

--- kubernetes/apps/kube-system/cilium/app Kustomization: flux-system/cilium HelmRelease: kube-system/cilium

+++ kubernetes/apps/kube-system/cilium/app Kustomization: flux-system/cilium HelmRelease: kube-system/cilium

@@ -72,12 +72,13 @@

           serviceMonitor:
             enabled: true
         rollOutPods: true
       ui:
         enabled: true
         ingress:
+          annotations: {}
           className: internal
           enabled: true
           hosts:
           - hubble.${SECRET_DOMAIN}
           tls:
           - hosts:
--- kubernetes/apps/network/vpn-gateway/app Kustomization: flux-system/vpn-gateway HelmRelease: network/vpn-gateway

+++ kubernetes/apps/network/vpn-gateway/app Kustomization: flux-system/vpn-gateway HelmRelease: network/vpn-gateway

@@ -50,13 +50,13 @@

         gluetun:
           image:
             repository: docker.io/qmcgaw/gluetun
             tag: v3.35.0@sha256:a98d1ec99e09a1b806aff7f0c3d8a133a8ede7d3d7a250b62029a39a61f01525
         resources:
           limits:
-            memory: 64M
+            memory: 128M
           requests:
             cpu: 5m
             memory: 64M
         securityContext:
           capabilities:
             add:

Copy link

--- HelmRelease: network/vpn-gateway Deployment: network/vpn-gateway-pod-gateway

+++ HelmRelease: network/vpn-gateway Deployment: network/vpn-gateway-pod-gateway

@@ -77,13 +77,13 @@

             name: vpn-gateway-config
         image: docker.io/qmcgaw/gluetun:v3.35.0@sha256:a98d1ec99e09a1b806aff7f0c3d8a133a8ede7d3d7a250b62029a39a61f01525
         imagePullPolicy: null
         name: gluetun
         resources:
           limits:
-            memory: 64M
+            memory: 128M
           requests:
             cpu: 5m
             memory: 64M
         securityContext:
           capabilities:
             add:

@jgilfoil jgilfoil merged commit 9eecfa4 into main Feb 28, 2024
5 checks passed
@jgilfoil jgilfoil deleted the feature/vpn branch February 29, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant